ServiceDeleteRule Method (String, String) |
Deletes the rule.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic RuleOperationResponse DeleteRule(
string ruleId,
string smtpEmailAddress
)
Public Function DeleteRule (
ruleId As String,
smtpEmailAddress As String
) As RuleOperationResponse
Parameters
- ruleId
- Type: SystemString
The rule identifier. - smtpEmailAddress
- Type: SystemString
The SMTP email address.
Return Value
Type:
RuleOperationResponseRuleOperationResponse.
See Also